home *** CD-ROM | disk | FTP | other *** search
/ Liberation Day / Liberation Day.bin / GLOBALS / GLOBAL.MDB / Building Category Lookup.json < prev    next >
JavaScript Object Notation  |  1998-02-28  |  281b

  1. {
  2.     "schema": {
  3.         "Enum": "Long Integer",
  4.         "BuildingCat": "Text (50) NOT NULL"
  5.     },
  6.     "data": [
  7.         {
  8.             "Enum": 0,
  9.             "BuildingCat": "building_category_standard"
  10.         },
  11.         {
  12.             "Enum": 1,
  13.             "BuildingCat": "building_category_ruin"
  14.         },
  15.         {
  16.             "Enum": 2,
  17.             "BuildingCat": "building_category_tech"
  18.         },
  19.         {
  20.             "Enum": 3,
  21.             "BuildingCat": "building_category_MAX"
  22.         }
  23.     ]
  24. }